IDecoderManagerDisplaySequence Method |
Display the sequence on a decoder.
Note: Only cameras will be displayed on the decoder if the camera can
be decoded by the decoder. This is only the case for IP cameras and not possible with
analog cameras connected to a matrix or a DVR.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxSequence DisplaySequence(
Decoder decoder,
SequenceSeed seed
)
Parameters
- decoder Decoder
- Decoder handle where sequence should be displayed.
- seed SequenceSeed
- Sequence seed handle which should be displayed.
Return Value
Sequence
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if decoder doesn't exist in the configuration or is not permitted to caller.
Thrown if seed doesn't exist in the configuration or is not permitted to caller.
|
See Also